docs: Fix annotation for GtkGLArea::resize signal
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Jun 2015 10:39:38 +0000 (11:39 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Jun 2015 10:45:03 +0000 (11:45 +0100)
We need to document all arguments for the signal, for both gtk-doc and
introspection.

gtk/gtkglarea.c

index bec792230ca9a6437a9f932a25d96b8bcfd47481..5cf8bf2dc691cf5092c9c23c0fbd1c037172e042 100644 (file)
@@ -886,6 +886,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
   /**
    * GtkGLArea::resize:
    * @area: the #GtkGLArea that emitted the signal
+   * @width: the width of the viewport
+   * @height: the height of the viewport
    *
    * The ::resize signal is emitted once when the widget is realized, and
    * then each time the widget is changed while realized. This is useful